Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Flatlist from RN to gesture handler #982

Merged
merged 3 commits into from
Jan 13, 2025

Conversation

sieu-db
Copy link
Collaborator

@sieu-db sieu-db commented Jan 13, 2025

Important

Change FlatList import to react-native-gesture-handler across multiple components for improved gesture handling.

  • Imports:
    • Change FlatList import from react-native to react-native-gesture-handler in FlatList.tsx, SectionList.tsx, and SimpleStyleScrollables components.
  • Components:
    • Update FlatList component in FlatList.tsx to use react-native-gesture-handler.
    • Update SectionList and SwipeableList to use FlatList from react-native-gesture-handler.
    • Modify SimpleStyleFlatList, SimpleStyleSectionList, and SimpleStyleSwipeableList to use FlatList from react-native-gesture-handler.

This description was created by Ellipsis for 50d5ac3. It will automatically update as commits are pushed.

Copy link

linear bot commented Jan 13, 2025

Copy link

Published version: @draftbit/[email protected]

@sieu-db sieu-db changed the title change to use Flatlist from gesture handler Change Flatlist from RN to gesture handler Jan 13, 2025
Copy link

Published version: @draftbit/[email protected]

@sieu-db sieu-db requested a review from YoussefHenna January 13, 2025 16:44
@sieu-db sieu-db merged commit 5beba4d into 50 Jan 13, 2025
1 check passed
@sieu-db sieu-db deleted the sieu/p-5845-import-flatlist-from-gesture-handler branch January 13, 2025 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants